AboutWinWrapBasic Instruction

Syntax                  AboutWinWrapBasic [Timeout]

Group                   Miscellaneous

Description           Show the WinWrap Basic about box.

Parameter              Description

Timeout      This numeric value is the maximum number of seconds to show the about box. A value less than or equal to zero displays the about box until the user closes it. If this value is omitted then a three second timeout is used.

Example               '#Language "WWB.NET"
Sub Main
    AboutWinWrapBasic
End Sub